home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / pgm / fstopgm.man < prev    next >
Text File  |  1995-03-17  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      fstopgm(1)             AMIGA (06 April 89)             fstopgm(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           fstopgm - convert a Usenix FaceSaver(tm) file into a
  10.           portable graymap
  11.  
  12.      SYNOPSIS
  13.           fstopgm [fsfile]
  14.  
  15.      DESCRIPTION
  16.           Reads a Usenix FaceSaver(tm) file as input.  Produces a
  17.           portable graymap as output.
  18.  
  19.           FaceSaver(tm) files sometimes have rectangular pixels.
  20.           While fstopgm won't re-scale them into square pixels for
  21.           you, it will give you the precise pnmscale command that will
  22.           do the job.  Because of this, reading a FaceSaver(tm) image
  23.           is a two-step process.  First you do:
  24.             fstopgm > /dev/null
  25.           This will tell you whether you need to use pnmscale. Then
  26.           use one of the following pipelines:
  27.             fstopgm | pgmnorm
  28.             fstopgm | pnmscale -whatever | pgmnorm
  29.           To go to PBM, you want something more like one of these:
  30.             fstopgm | pnmenlarge 3 | pgmnorm | pgmtopbm
  31.             fstopgm | pnmenlarge 3 | pnmscale <whatever> | pgmnorm | pgmtopbm
  32.           You want to enlarge when going to a bitmap because otherwise
  33.           you lose information; but enlarging by more than 3 does not
  34.           look good.
  35.  
  36.           FaceSaver is a registered trademark of Metron Computerware
  37.           Ltd. of Oakland, CA.
  38.  
  39.      SEE ALSO
  40.           pgmtofs(1), pgm(5), pgmnorm(1), pnmenlarge(1), pnmscale(1),
  41.           pgmtopbm(1)
  42.  
  43.      AUTHOR
  44.           Copyright (C) 1989 by Jef Poskanzer.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.